Backup Project Process
Use the Backup Project API process to back up a Cobra project in a specified location.
Process Settings
Below are the settings you must define for the Backup Project API process:
Setting | Description | Sample Value |
---|---|---|
ProcessID | This ID informs Cobra to run the Backup Project process. | BackupProject |
Project | This setting refers to the project that you are creating a backup for.
This setting is required. |
Demo Advanced |
Destination | This is the directory where you want to save the backed up project file.
This setting is required. |
C:\Cobra\Project\System\
Demodata\ |
IncludeAncillaryFiles | If value is set to
0, Cobra excludes the ancillary files associated with the project from the backup process.
This setting is optional and the default value is 1. |
0 |
ExcludeLinkFiles | If value is set to
0, Cobra excludes the link files associated with the project from the backup process.
This setting is optional and the default value is 1. |
0 |
Sample Script
Below is a sample script file for the Backup Project API process:
[Process021]
ProcessID=BackupProject
Project=Demo Advanced
Destination=C:\Backups\
IncludeAncillaryFiles=0
ExcludeLinkFiles=0
Parent Topic: Process Sections of the API Script